<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/*vedio css */
* {
  margin: 0px;
  padding: 0px;
}
a,
a:link,
a:active,
a:hover,
a:visited {
  text-decoration: none;
}
.ffffff{
  color:#ffffff;
}
.wap-img{
  display: none;
}
.wrapper {
  position: relative;
  width: 100%;
  min-width: 1200px;
  overflow: hidden;
}
video {
  width:100%;
  position: fixed;
  right: 0px;
  top: 0px;
  left: 0px;
  bottom: 0px;
  top: 50%;
  left: 50%;
  min-width: 100%;
  min-height: 100%;
  height: auto;
  width: auto;
  transform: translate(-50%, -50%);
}
.row {
  margin: 0;
}
.col-lg-1,
.col-lg-10,
.col-lg-11,
.col-lg-12,
.col-lg-2,
.col-lg-3,
.col-lg-4,
.col-lg-5,
.col-lg-6,
.col-lg-7,
.col-lg-8,
.col-lg-9,
.col-md-1,
.col-md-10,
.col-md-11,
.col-md-12,
.col-md-2,
.col-md-3,
.col-md-4,
.col-md-5,
.col-md-6,
.col-md-7,
.col-md-8,
.col-md-9,
.col-sm-1,
.col-sm-10,
.col-sm-11,
.col-sm-12,
.col-sm-2,
.col-sm-3,
.col-sm-4,
.col-sm-5,
.col-sm-6,
.col-sm-7,
.col-sm-8,
.col-sm-9,
.col-xs-1,
.col-xs-10,
.col-xs-11,
.col-xs-12,
.col-xs-2,
.col-xs-3,
.col-xs-4,
.col-xs-5,
.col-xs-6,
.col-xs-7,
.col-xs-8,
.col-xs-9 {
  padding: 0;
}
#logo:hover {
  animation: logo_jump 0.5s;
}
@keyframes logo_jump {
  0% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.1);
  }
  100% {
    transform: scale(1);
  }
}
.mt2{
  margin-top:20px;
}
.mt3{
  margin-top:30px;
}
.delay-02{
  transition-delay: 0.2s;
}
.delay-03{
  transition-delay: 0.3s;
}
.delay-04{
  transition-delay: 0.4s;
}
.delay-05{
  transition-delay: 0.5s;
}
.delay-06{
  transition-delay: 0.6s;
}
.delay-07{
  transition-delay: 0.7s;
}
.delay-08{
  transition-delay: 0.8s;
}
.delay-09{
  transition-delay: 0.9s;
}
.delay-10{
  transition-delay: 1s;
}
.delay-11{
  transition-delay: 1.1s;
}

/* fullpage 瀵艰埅鏍忔枃瀛楅鑹� */
#fp-nav ul li .fp-tooltip{
  color:#b0b0b0;
}

/* fullpage 瀵艰埅鏍忔枃瀛楅鑹瞖nd */

/* qq鑱婂ぉ寮圭獥 */
.Tool_qq{
  position: absolute;
  width:500px;
  background:#fff;
  top:35%;
  left:37%;
  z-index: 99;
  display: none;
  border-radius: 5px;
  overflow: hidden;
}
.Tool_qq .top{
  height: 35px;
  background:#696969;
  color:#fff;
  font-size:14px;
  line-height: 35px;
  padding-left:10px;
}
.Tool_qq .bottom{
  position: absolute;
  bottom:0;
  width:100%;
  height: 65px;
  color:#fff;
  font-size:14px;
  line-height: 50px;
  text-align: right;
  padding-right: 30px;
}

.Tool_qq .mid img{
  width:100%;
}
.Tool_qq .bottom button{
  width:70px;
  height: 30px;
  background:#ccc;
  font-size:14px;
  color:#000;
  display: inline-block;
  border-radius: 3px;
  margin-left: 5px
}
.Tool_qq .bottom .qq_yes{
  background:#fff100;
  color:#2bb4cd;
}
.Tool_qq .qq_x{
  position: absolute;
  width:20px;
  height: 20px;
  line-height: 20px;
  background:#fff;
  text-align: center;
  top:5px;
  right:5px;
  font-size:14px;
  color:#696969;
}
/* 寮曞绠ご */
.nextSlide {
  width: 100%;
  text-align: center;
  position: absolute;
  right: 10px;
  bottom: 20px;
  animation: next 0.3s infinite;
  -moz-animation: next 2s infinite;
  /* Firefox */
  -webkit-animation: next 2s infinite;
  /* Safari 鍜� Chrome */
  -o-animation: next 2s infinite;
  z-index: 10;
}
.nextSlide img {
  width: 1.2rem;
}
@keyframes next {
  0% {
    transform: scale(1);
    transform: translateY(0);
  }
  50% {
    transform: scale(1.2);
    transform: translateY(15px);
  }
  100% {
    transform: scale(1);
    transform: translateY(0);
  }
}
/* 寮曞绠ご end*/
.index-container {
  /* height: 100%; */
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  /* overflow: hidden!important; */
}
/* page鑳屾櫙 */
.pg_banner{
  position: absolute;left:0;top:70px;width:100%;
}
.bg-with-banner {
  width: 100%;
  position: absolute;
  top: 80px;
  left: 0;
  right: 0;
  bottom: 0;
}
.text-color {
  color: #fff;
}
.text-color2 {
  color: #1AB6F3;
}
.page-9-title{
  padding:0.5rem 0 1rem 0;
}
.page-9-p {
  font-size: 0.4rem;
  color: #303030;
  font-weight: 600;
  letter-spacing: 6px;
}
.page-9-p1 {
  font-size: 0.18rem;
  color: #606060;
  letter-spacing: 3px;
}
/*棣栭〉page1鐨刲ogo,txt鏍峰紡*/
.pg1_logo {
  position: absolute;
  top:0.5rem;
  left:0.5rem;
  z-index: 1;
}
.pg1_txt {
  position: relative;
  margin-top: 20%;
  margin-left: 8%;
  color: #fff;
  z-index: 1;
  font-size: 70px;
  font-weight: bold;
  letter-spacing: 25px;
  width:12rem;
}
.pg1_txt img{
  width:100%;
}
.pg1_txt h2 {
  font-weight: bold;
}
.pg1_txt h3 {
  font-weight: bold;
  margin-left: 150px;
}
/*棣栭〉page1鐨刲ogo,txt鏍峰紡 end*/
.bg {
  position: absolute;
  top: 0px;
  left: 0;
  right: 0;
  bottom: 0;
  background: url(../images/bg-111.jpg);
}
.bg-h {
  position: absolute;
  top: 0px;
  left: 0;
  right: 0;
  bottom: 0;
}
.navbar {
  margin-bottom: 0;
  border: none;
}
.bg-2 {
  width: 100%;
  height: 100%;
  background: url(../images/gif-2.gif) center 15% no-repeat;
  background-size: 100%;
}
.bg-3 {
  background: #fff;
}
.bg-4 {
  background: #fff;
}
.bg-5 {
  background: #fff;
  padding-top: 70px;
}
.bg-6 {
  width: 100%;
  height: 100%;
  background: url(../images/bg-6.jpg);
  background-size: cover;
}
.bg-7 {
  background: #fff;
}
.head-style {
  margin: 5vh 0px;
  height: 70px;
  font-size: 15px;
}
.head-style h2 {
  font-size: 0.4rem;
  letter-spacing: 5px;
  font-weight: bold;
  padding-left: 9%;
  color:#404040;
  line-height: 60px;
}
.bg-7-nav {
  display: block;
}
.bg-7-menu {
  position: absolute;
  font-size: 30px!important;
  right: 4vw;
  top: 3vh;
  cursor: pointer;
  transition: all 0.3s;
  display: none!important;
}
.bg-7-menu:hover {
  color: #1AB6F3;
}
.sol-bg-hieght {
  width: 100%;
  height: 100%;
  margin-top: 40px;
  background: url(../images/media.png) no-repeat center;
  background-size: 100%;
  position: absolute;
}
#page2 .media_title{
  position: absolute;
  width:28%;
  top:17%;
  left:1.8rem;
  z-index: 1;
}
#page2 .media_title img{
  width:100%;
}
#page2 .wmdyw{
  position: absolute;
  left:1.8rem;
  top:65%;
}
#page2 .wmdyw .l_img{
  float: left;
  width:0.55rem;
  margin-right: 0.25rem;
}
#page2 .wmdyw .l_img img{
  width:100%;
}
#page2 .wmdyw .r_list{
  float: left;
}
#page2 .wmdyw .r_list li{
  font-size:0.27rem;
  color:#fff;
  letter-spacing: 7px;
  line-height: 0.6rem;
  margin-top:20px;
  opacity: 0;
  transition: all 1s;
}
#page2 .wmdyw .r_list li.active{
  margin-top:0;
  opacity: 1;
}
#page2 .cz{
  position: absolute;
  left:10.2rem;
  top:12%;  
}
#page2 .cz .l_txt{
  position: relative;
  margin-top:-30px;
  opacity: 0;
  -webkit-transform: scale(0.5, 0.5);
  transition: all 1s;
}
#page2 .cz .l_txt.active{
  opacity: 1;
  margin-top:0;
  -webkit-transform: scale(1, 1);
}
#page2 .cz .l_txt .cz_img{
  margin-right: 0.1rem;
  
}
#page2 .cz .l_txt .cz_img img{
  display: block;
}
#page2 .cz .l_txt .cz_img .cz_img_1{
  width:0.45rem;
}
#page2 .cz .l_txt .cz_img .cz_img_2{
  width:0.4rem;
  margin:0 auto;
  margin-top: 0.2rem;
}
#page2 .cz .l_txt .m_title{
  font-size:0.18rem;
  color:#fff;
  width:0.18rem;
  position: absolute;
  bottom:0;
  line-height: 0.25rem;
}
#page2 .cz .r_txt{
  font-size:0.16rem;
  color:#414141;
  line-height: 0.35rem;
  font-weight: bold;
  margin-left:1.5rem;
  opacity: 0;
  transition: all 1s;
}
#page2 .cz .r_txt.active{
  margin-left:0.7rem;
  opacity: 1;
}
#page2 .txt_box{
  position: absolute;
}
#page2 .txt_box .title{
  width:0.9rem;
  margin-left:-30px;
  opacity: 0;
  -webkit-transform: scale(0.5, 0.5);
  transition: all 1s;
}
#page2 .txt_box .title.active{
  opacity: 1;
  margin-left:0;
  -webkit-transform: scale(1, 1);
}
#page2 .txt_box .title img{
  width:100%;
}
#page2 .txt_box .m_title{
  font-size:0.18rem;
  color:#fff;
  letter-spacing: 5px;
  margin-top: 0.1rem;
  margin-bottom: 0.2rem;
  margin-left:-30px;
  opacity: 0;
  -webkit-transform: scale(0.5, 0.5);
  transition: all 1s;
}
#page2 .txt_box .m_title.active{
  opacity: 1;
  margin-left:0;
  -webkit-transform: scale(1, 1);
}
#page2 .txt_box p{
  font-size:0.16rem;
  color:#414141;
  line-height: 0.35rem;
  font-weight: bold;
  opacity: 0;
  transition: all 1s;
}
#page2 .txt_box p.active{
  opacity: 1;
  margin-left:0;
}
.bx{
  left:10.2rem;
  top:47%;
}
.bx p{
  margin-left:30px;
}
.zx{
  left:13rem;
  top:30%;
}
.zx p{
  margin-left: -30px;
}
.ct{
  left:12.5rem;
  top:75%;
}
.ct p{
  margin-left:-30px;
}
#page2 .media_desc{
  position: absolute;
  z-index: 1;
  background:url('../images/square.png') no-repeat;
  background-size: 100% 90%;
  background-position:center bottom;
  padding:0 0.3rem 0.2rem 0.5rem;
}
#page2 .media_desc img{
  width:0.8rem;
}
#page2 .media_desc h2{
  font-size:0.2rem;
  color:#ffba00;
  letter-spacing: 0.05rem;
  margin:5px 0;
}
#page2 .media_desc p{
  font-size:0.14rem;
  color:#e3e3e3;
  line-height: 0.25rem;
}
#page2 .media_desc1{
  left:2rem;
  top:28%;
}
#page2 .media_desc2{
  left:12rem;
  top:28%;
}
#page2 .media_desc3{
  left:1.8rem;
  top:64%;
}
#page2 .media_desc4{
  left:12rem;
  top:64%;
}
.head-style a {
  color: #000;
}
.picture {
  height: 230px;
  margin-top: 60px;
  line-height: 230px;
  font-size: 64px;
  letter-spacing: 13px;
  font-weight: 700;
  color: #fff;
}
.picture-1 {
  height: 240px;
  margin-top: 0;
}
.picture-1 .intro-block{
  opacity: 0;
  transform: scale(0.5, 0.5);
  transition: all .7s;
}
.picture-1 .intro-block.active{
  opacity: 1;
  transform: scale(1, 1);
}
.picture-2 {
  height: 240px;
  /*line-height: 240px;*/
  font-size: 36px;
}
.picture-3 {
  height: 130px;
  margin-top: 50px;
  font-size: 55px;
}
.picture-4 {
  height: 190px;
  background: #fff;
  margin-top: 150px;
}
.picture-5 {
  height: 400px;
  margin-top: 150px;
  background: red;
}
.picture-6 {
  float: left;
  background: #2D3D56;
}
.picture-6-1{
  width:100%;
  position: absolute;
  bottom:0.3rem;
  text-align: center;
}
.picture-6-1 img{
  width:70%;
}
.cjh5_desc{
  font-size:0.18rem;
  color:#ffffff;
  text-align: right;
  position: absolute;
  top:15%;
  left:2.5rem;
  line-height: 0.35rem;
  width:48%;
}
.cjh5_txt{
  width:100%;
  margin-bottom: 3%;
}
.cjh5_href{
  position: absolute;
  top:20%;
  left:11.2rem;
  display: block;
  font-size:0.20rem;
  color:#cbcaca!important;
  width:0.2rem;
  border-bottom: 1px solid #feef00;
  padding-bottom: 0.1rem;
}
.page-5 {
  font-size: 75px;
  font-weight: 600;
  padding-top: 255px;
  letter-spacing: 20px;
  color: #fff;
}
.page-5-1 {
  font-size: 38px;
  letter-spacing: 2px;
  color: #fff;
  padding-top: 10px;
}
.page-5-2 {
  padding-top: 100px;
  letter-spacing: 1px;
  font-size: 21px;
  color: #fff;
}
.page-5-3 {
  width: 50%;
  height: 55px;
  border: 1px solid #fff;
  border-radius: 5px;
  margin-top: 105px;
}
.read {
  font-size: 21px;
  text-align: center;
  color: #fff;
  line-height: 55px;
}
.intro {
  color: #fff;
}
.intro-script {
  font-size: 0.16rem;
  top: -2.4em;
}
.bg-2-2{
  position: absolute;
  top: 42%;
  width: 100%;
}
.pg3-desc{
  font-size:0.18rem;
  color:#fff;
  line-height: 0.4rem;
  text-align: center;
}
.know_us_box{
  text-align: center;width:100%;padding:0.45rem 0 0.5rem 0;
}
.know_us{
  font-size:0.25rem;
  display: inline-block;
  padding-bottom: 0.15rem;
  color:rgb(216, 213, 213)!important;
  border-bottom: 1px solid #ffcc00;
  letter-spacing: 5px;
}
.know_us:hover{
  color:#fff;
}
.script-p {
  font-size: 0.14rem;
}
.intro-block span {
  font-size: 0.7rem;
}
.rowstyle-new {
  margin: 0;
}
.product-6 {  
  width: 160px;
  height: 160px;
  line-height: 160px;
  margin: 10px auto;
  border-radius: 500px;
  border: 1px solid #fff;
}
.product-6 img {
  vertical-align: middle;
}
.product-6-1 {
  width: 22%;
  height: 3px;
  background: #fff;
  margin: 10px auto;
}
.product-6-1-p {
  font-size: 21px;
  color: #fff;
  margin-top: 50px;
}
.product-6-1-p1 {
  font-size: 13px;
  width: 80%;
  margin-left: 13px;
  color: #fff;
}
.cases {
  height: 700px;
  background: red;
  padding-left: 0;
  padding-right: 0;
}
/* footer */
.footer_logo{
  width:230px;
  margin-bottom: 15px;
}
.footer_logo img{
  width:100%;
}
.footer_banner {
  width: 100%;
  height: 260px;
  background: url(../images/bottom-banner-1.jpg) no-repeat;
}
.footer .wechat{
  float: left;
}
.footer .qq{
  float: left;
  margin: 10px;
  cursor: pointer;
}
.footer .qq:hover a{
  background: none;
}
#indexPage #mcontact .content #contactlist{
  padding-top:100px;
}
#mcontact .content #contactform p{
  width:30%;
}
/* footer end */
.my-relative {
  position: relative;
  cursor: pointer;
  overflow: hidden;
  margin-bottom: 2vh;
  margin-left: 1vw;
  width:31.5%;
  height: 35vh;
}
.my-relative &gt; img {
  width:100%;
  height: 100%;
}
.my-cover {
  position: absolute;
  width: 100%;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  opacity: 0;
  background: rgba(0, 0, 0, 0.5);
  transition: all 0.5s;
  padding: 20px;
}
.my-con {
  position: absolute;
  left: 0;
  right: 5px;
  top: 0;
  bottom: 0;
  width: 100%;
}
.my-con:hover &gt; .my-cover {
  opacity: 1;
}
.my-con:hover &gt; .my-cover .my-text-cont {
  padding-top: 6vh;
}
.my-text-cont {
  text-align: center;
  transition: all 0.3s;
  padding-top: 5vh;
}
.my-text-cont .title {
  font-size: 0.22rem;
  color: #fff;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.my-text-cont .line {
  width: 20%;
  border: 1px solid #1ab6f4;
  margin: 0.2rem auto;
}
.my-text-cont p {
  color: #fff;
  height: 0.56rem;
  position: relative;
  overflow: hidden;
  font-size: 0.14rem;
  line-height: 0.3rem;
}
.content_web{
  height: 0.56rem;
  overflow: hidden;
  position: relative;
}
.content_web:after{
  content:"...";
  position: absolute;
  right:-2px;
  bottom:5px;
  font-size:12px;
  color:#fff;
}

.navi-banner {
  width: 100%;
  height: 700px;
  background: url(../images/navi-banner.png);
}
.navi-p {
  text-align: center;
  font-size: 72px;
  font-weight: 700;
  letter-spacing: 5px;
}
.navi-l {
  width: 5%;
  height: 4px;
  background: #fff;
  margin: 25px auto;
}
.navi-p-1 {
  text-align: center;
  font-size: 2.5em;
  font-weight: 600;
  letter-spacing: 2px;
}
.navi-p-2 {
  text-align: center;
  font-size: 2em;
  font-weight: 500;
  letter-spacing: 2px;
  padding-top: 30px;
}
.navi-banner-p2 {
  width: 100%;
  background: #fff;
}
.banner-p2-l {
  text-align: center;
  font-size: 48px;
  font-weight: 600;
  letter-spacing: 2px;
  padding-top: 30px;
  padding-bottom: 20px;
  color: #606060;
}
.works-left {
  width: 360px;
  height: 404px;
  background: url(../images/works-l.png);
}
.works-right {
  width: 800px;
  height: 289px;
  background: url(../images/works-r.png);
}
.right-1 {
  width: 180px;
  height: 50px;
  border: 1px solid #000;
  border-radius: 10px;
}
.right-2 {
  width: 50px;
  height: 30px;
  border: 1px solid #000;
}
.navi-banner-p3 {
  width: 100%;
  /* height:500px; */
  background: #fff;
  padding-bottom: 40px;
}
.banner-p3-top {
  text-align: center;
  font-size: 48px;
  font-weight: 600;
  letter-spacing: 2px;
  color: #606060;
  margin: 0;
}
.navi-banner-p4 {
  width: 100%;
  /* height:800px; */
  background: #fff;
}
.vision-banner {
  width: 100%;
  margin-bottom:1.5rem;
  overflow: hidden;
}
.vision-banner-2 {
  width: 100%;
  height: 600px;
  background: #fff;
}
.vision-p {
  text-align: center;
  font-size: 6em;
  font-weight: 700;
  letter-spacing: 13px;
  padding-top: 100px;
}
.vision-p-1 {
  text-align: center;
  font-size: 48px;
  font-weight: 600;
  letter-spacing: 2px;
  padding-top: 22px;
  color: #000;
}
.vision-p-2 {
  text-align: center;
  font-size: 24px;
  font-weight: 500;
  letter-spacing: 2px;
  padding-top: 10px;
  color: #000;
}
.vision-l {
  width: 5%;
  height: 4px;
  background: #1AB6F3;
  margin: 15px auto;
}
.vision-top-t {
  height: 80px;
  background: #2F4E66;
  border-radius: 8px;
}
.p-center {
  font-size: 24px;
  line-height: 80px;
  color: #fff;
  margin: 0;
}
.p-center:hover {
  color: #1ab6f4;
  transition: all 0.3s;
}
.vision-wrapper{
  width: 80%;
  margin:0 auto;
  padding-top: 1rem;
}
.vision-banner-p2 {
  width: 100%;
  height: auto;
  background: #fff;
}
.vision-p2-l {
  font-size: 3vw;
  font-weight: 600;
  letter-spacing: 4px;
  color: #000;
  margin-bottom: 2vh;
  margin-top:10vh;
}
.vision-p2-l2 {
  font-size: 1.5vw;
  letter-spacing: 4px;
  color: #909090;
  text-transform: uppercase;
}

.vision-img img{
  width:100%;
}
.vision-l2 {
  width: 10%;
  height: 4px;
  background: #1AB6F3;
  margin:25px 0;
}
.vision-p2-l3 {
  font-size: 1.3vw;
  line-height: 40px;
  color: #88877e;
  margin-top: 5vh
}
.vision-banner-p3 {
  width: 100%;
  margin-top: -6px;
  background: #fff;
}
.vision-banner-p8 {
  width: 100%;
  height: 1000px;
  /* margin-top: -6px; */
  background: #fff;
}
.myImg {
  padding-top: 60px;
  margin: 0px 0px 160px 0px;
}
.myBg {
  background: #fff !important;
}
.navbar-nav &gt; li &gt; a {
  padding-top: 30px;
  padding-bottom: 28px;
}
.cp-text {
  font-size: 66px;
  font-weight: 600;
  color: #fff;
  letter-spacing: 7px;
}
.cp-text2 {
  font-size: 22px;
  color: #fff;
  letter-spacing: 2px;
}
.cp-text5 {
  font-size: 66px;
  font-weight: 600;
  color: #303030;
  letter-spacing: 7px;
  padding-top: 120px;
}
.cp-text6 {
  font-size: 22px;
  color: #606060;
  letter-spacing: 2px;
}
.Inter-3-banner {
  width: 100%;
  height: 700px;
  background: url(../images/Inter-3-bannber.png);
  background-size: 100% 100%;
}
.Inter-p {
  text-align: center;
  font-size: 6em;
  font-weight: 700;
  letter-spacing: 13px;
  color: #fff;
}
.vision-l {
  width: 5%;
  height: 4px;
  background: #1AB6F3;
  margin: 15px auto;
}
.Inter-p-1 {
  text-align: center;
  font-size: 48px;
  font-weight: 600;
  letter-spacing: 2px;
  padding-top: 10px;
  color: #fff;
}
.Inter-p-2 {
  text-align: center;
  font-size: 24px;
  font-weight: 500;
  letter-spacing: 2px;
  padding-top: 10px;
  color: #fff;
}
.Inter-banner-p2 {
  width: 100%;
  /* height:800px; */
  margin-top: -6px;
  background: #fff;
}
.Inter-l {
  width: 5%;
  height: 4px;
  background: #fff;
  margin: 15px auto;
}
.Inter-p2-l {
  font-size: 4vw;
  font-weight: 600;
  letter-spacing: 4px;
  color: #2F4E66;
}
.Inter-p2-l2 {
  font-size: 2vw;
  font-weight: 600;
  letter-spacing: 4px;
  color: #909090;
}
.Inter-l2 {
  width: 19%;
  height: 4px;
  background: #1AB6F3;
  margin-top: 20px;
  margin-bottom: 20px;
}
.Inter-p2-l3 {
  font-size: 1.5vw;
  color: #909090;
}
.project-4-banner {
  width: 100%;
  height: 700px;
  background: url(../images/project-4-banner.png);
  background-size: 100% 100%;
}
.project-p {
  text-align: center;
  font-size: 6em;
  font-weight: 700;
  letter-spacing: 13px;
  color: #fff;
}
.project-l {
  width: 5%;
  height: 4px;
  background: #fff;
  margin: 35px auto;
}
.project-p2-l {
  font-size: 4vw;
  font-weight: 600;
  letter-spacing: 4px;
  color: #2F4E66;
}
.project-p-1 {
  text-align: center;
  font-size: 48px;
  font-weight: 600;
  letter-spacing: 1px;
  padding-top: 5px;
  color: #fff;
}
.project-p-2 {
  text-align: center;
  font-size: 24px;
  font-weight: 500;
  letter-spacing: 2px;
  padding-top: 30px;
  color: #fff;
}
.project-banner-p1 {
  width: 100%;
  /* height:800px; */
  margin-top: -6px;
  background: #fff;
}
.project-banner-p2 {
  width: 100%;
  height: auto;
  /* background:url(../images/project-4-banner-2.png); */
  /* background-size: 100% auto; */
}
.project-p2-1 {
  font-size: 3em;
  font-weight: 600;
  letter-spacing: 1px;
  padding-top: 30px;
  color: #666;
}
.project-p2-2 {
  font-size: 16px;
  letter-spacing: 1px;
  padding-top: 20px;
  color: #666;
}
.project-p2-3 {
  font-size: 2.5vw;
  font-weight: 600;
  letter-spacing: 4px;
  color: #666;
}
.project-p2-4 {
  font-size: 16px;
  letter-spacing: 1px;
  color: #606060;
  padding-top: 15px;
}
.project-banner-p4 {
  width: 100%;
  height: 100px;
  background: #f6f6f6;
}
.h5-txt-1 {
  color: #404040;
  font-size: 45px;
  margin-bottom: 10px;
}
.h5-txt-2 {
  color: #949494;
  font-size: 16px;
  line-height: 30px;
}
.h5-5-banner {
  width: 100%;
  height: auto;
}
.h5-p {
  font-size: 6.5em;
  font-weight: 600;
  letter-spacing: 4px;
  color: #fff;
}
.h5-p-1 {
  font-size: 1.9em;
  letter-spacing: 2px;
  color: #fff;
  padding-top: 22px;
  line-height: 1.6;
}
.h5-1-banner {
  width: 100%;
  height: auto;
}
.show-p {
  font-size: 6em;
  font-weight: 600;
  letter-spacing: 4px;
  color: #fff;
}
.show-p-1 {
  font-size: 48px;
  letter-spacing: 2px;
  color: #fff;
  line-height: 1.6;
}
.show-l {
  width: 15%;
  height: 4px;
  background: #fff;
  margin: 35px auto;
}
.show-p-2 {
  font-size: 24px;
  letter-spacing: 2px;
  color: #fff;
  line-height: 1;
}
.show-p-3 {
  font-size: 35px;
  font-weight: 600;
  letter-spacing: 2px;
  color: #666;
  line-height: 1;
  margin-bottom: 5px;
}
.show-p-4 {
  font-size: 1em;
  letter-spacing: 2px;
  color: #666;
  line-height: 2;
}
.show-p-5 {
  font-size: 3em;
  font-weight: 600;
  letter-spacing: 2px;
  color: #666;
}
.show-p-6 {
  font-size: 1.3em;
  letter-spacing: 2px;
  color: #666;
  line-height: 2;
}
.show-p-7 {
  font-size: 2.3em;
  letter-spacing: 2px;
  color: #666;
  line-height: 1;
  padding-top: 30px;
}
.show-p-8 {
  font-size: 1.3em;
  letter-spacing: 2px;
  color: #666;
  line-height: 1;
}
.contact-p1 {
  text-align: left;
  font-size: 1.6em;
  padding-bottom: 20px;
}
.contact-p2 {
  text-align: left;
  font-size: 1.2em;
  line-height: 3.5;
  color: #999;
}
.contact-p-1 {
  font-size: 2.5em;
  font-weight: 600;
  letter-spacing: 2px;
  color: #666;
  line-height: 1;
}
.contact-p-2 {
  font-size: 1em;
  letter-spacing: 2px;
  color: #666;
  line-height: 2;
}
.contact-us-bannber {
  background: #ffffff;
}
.our_gif {
  margin: 100px;
}
.our_gif img {
  width: 100%;
}
.story-head-style {
  color: #fff;
  line-height: 80px;
  font-size: 16px;
}
.start-p-1 {
  font-size: 30px;
  letter-spacing: 3px;
  padding-top: 20px;
  color: #000;
  font-weight: bold;
}
.start-p-2 {
  font-size: 14px;
  margin: 5px 0;
}
.start-p-3 {
  font-size: 16px;
  line-height: 30px;
}
.start-L {
  width: 5%;
  height: 2px;
  background: #000;
  margin: 20px 0px;
}
.start-p-4 {
  padding-top: 100px;
  font-size: 14px;
}
.join-p-1 {
  font-size: 25px;
}
.join-p-2 {
  line-height: 60px;
  font-size: 14px;
  color: #ddd;
}
.join-p-3 {
  font-size: 14px;
  text-indent: 2em;
  padding-top: 20px;
}
.join-p-4 {
  font-size: 14px;
  text-indent: 4em;
  padding-top: 5px;
}
.join-p-5 {
  font-size: 14px;
  text-align: center;
  line-height: 40px;
}
.more-p-1 {
  font-size: 20px;
}
.left-hover:hover {
  background: url(../images/btn_07.png) no-repeat;
}
.right-hover:hover {
  background: url(../images/btn_10.png) no-repeat;
}
.navbar-default .navbar-nav &gt; .active &gt; a,
.navbar-default .navbar-nav &gt; .active &gt; a:focus,
.navbar-default .navbar-nav &gt; .active &gt; a:hover {
  background-color: transparent;
  color: #1ab6f4;
  padding-bottom: 0;
}
.nav .open &gt; a,
.nav .open &gt; a:focus,
.nav .open &gt; a:hover {
  background-color: transparent;
}
.navbar-default .navbar-nav &gt; .open &gt; a,
.navbar-default .navbar-nav &gt; .open &gt; a:focus,
.navbar-default .navbar-nav &gt; .open &gt; a:hover {
  background-color: transparent;
}
/* 浣滃搧妗堜緥 */
.space {
  width: 100%;
  height: 40px;
}
.works-bg {
  width: 100%;
  height: 600px;
  background: pink;
}
.text-bg-l {
  height: 300px;
  background: #666;
}
.text-bg-r {
  height: 300px;
}
.works-text-con {
  width: 80%;
  margin: 50px auto 0;
}
.con-left {
  color: #fff;
}
.con-right ul {
  margin-left: 16px;
}
.con-right li {
  line-height: 2;
}
.img-bg {
  width: 80%;
  margin: 20px auto;
}
.img-bg img {
  width: 100%;
  height: auto;
}
.div-bg {
  position: relative;
  width: 100%;
  margin: auto;
}
/*.div-con{
	position: absolute;
	top:0;
	bottom:0;
	right:0;
	left:0;
}*/
.div-con img {
  width: 100%;
}
.pagination &gt; li &gt; a,
.pagination &gt; li &gt; span {
  border: none;
  color: #ccc;
}
.btn {
  border-radius: 0;
}
.btn-group-sm &gt; .btn,
.btn-sm {
  border-radius: 0;
}
.btn-default {
  background-color: #ccc;
  color: #fff;
}
.show {
  display: block;
}
.info_img_box {
  width: 100%;
  height: 3.2rem;
  overflow: hidden;
  background: #000;
}
.info_img_box img {
  height  : 100%;
  transition: all 0.5s;
  margin-left: -18%;
}
.info_img_box:hover img {
  transform: scale(1.2);
}
/*H5妗堜緥鐨勯瑙堝脊绐楁牱寮�*/
.pop_box {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  display: none;
  z-index: 1001;
}
.pop_box .pop {
  width: 906px;
  height: 584px;
  margin: 15% auto;
  background: #fff;
  z-index: 1001;
  position: relative;
}
.pop_box .pop .pop_l {
  position: relative;
  float: left;
  width: 450px;
  height: 100%;
  padding-top: 40px;
  text-align: center;
  border-right: 1px solid #e5e5e5;
}
.pop_box .pop .pop_l .img {
  position: relative;
  width: 290px;
  height: 90%;
  display: inline-block;
  overflow: hidden;
}
.pop_box .pop .pop_l .img &gt; img {
  width: 100%;
  height: auto;
}
.pop_box .pop .pop_l .img .qr {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.7);
  text-align: center;
  padding-top: 150px;
  display: none;
}
.pop_box .pop .pop_l .img .qr img {
  width: 200px;
  height: 200px;
}
.pop_box .pop .pop_l .qr_icon {
  position: absolute;
  right: 15px;
  bottom: 35px;
  width: 35px;
  height: 35px;
  font-size: 30px;
  cursor: pointer;
}
.pop_box .pop .pop_l .qr_icon:hover {
  color: #000;
}
.pop_box .pop .pop_r {
  float: left;
  padding: 40px 50px;
  width: 450px;
  text-align: center;
}
.pop_box .pop .pop_r .title {
  font-size: 18px;
  margin-bottom: 20px;
}
.pop_box .pop .pop_r .desc {
  font-size: 14px;
}
/*閬僵灞�*/
.pop_mask {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 120%;
  background: rgba(0, 0, 0, 0.7);
  display: none;
}
/*鍏抽棴鎸夐挳*/
.pop_close {
  width: 35px;
  height: 35px;
  position: absolute;
  right: 10px;
  top: 10px;
  font-size: 25px;
  text-align: center;
  cursor: pointer;
}
.pop_close:hover {
  color: #000;
}
/*H5妗堜緥鐨勯瑙堝脊绐楁牱寮� end*/
/*灞曞巺showroom*/
.showroom_banner {
  margin-top: -500px;
}
/*灞曞巺showroom end*/
/*椤甸潰鍥哄畾鏃佽竟鍒嗕韩鎸夐挳鍒�*/
.online_open {
  position: fixed;
  right: 1%;
  bottom:1%;
  z-index: 100;
}
.online_open a {
  display: block;
  width: 0.42rem;
  height: 0.42rem;
  line-height: 0.42rem;
  background: rgba(76,76,76,.5);
  color: #fff;
  margin-bottom: 1px;
  font-size: 0.18rem;
  text-align: center;
  transition: all 0.3s;
}
.online_open a i{
  color:#fff;
}
.online_open a:last-child {
  border-bottom: none;
}
.online_open a:hover {
  background-color: #131313;
}

.share_qr_box {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  text-align: center;
  z-index: 1001;
  display: none;
}
.share_qr_box .mask {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.8);
}
.share_qr_box .qr {
  position: relative;
  width: 2.6rem;
  height: auto;
  padding: 0.2rem;
  z-index: 1001;
  background-color: #fff;
  margin: 3rem auto;
}
.share_qr_box .qr img {
  width: 2.2rem;
  height: 2.2rem;
}
.share_qr_box .qr p {
  font-size: 0.14rem;
}
.comments_box {
  position: fixed;
  right: -10%;
  top: 73%	;
  width: 10%;
  padding: 0.3rem;
  background-color: #131313;
  z-index: 100;
  box-sizing: border-box;
}
.comments_box img {
  width: 100%;
}
.comments_box .comments_close {
  position: absolute;
  display: inline-block;
  right: 0.07rem;
  top: 0.07rem;
  width: 0.15rem;
  height: 0.15rem;
  font-size: 0.15rem;
  color: #fff;
  cursor: pointer;
}
.right_fix_nav {
  position: fixed;
  right: 0;
  top: 25%;
  z-index: 99;
}

.right_fix_nav .nav_list {
  float: left;
}
.right_fix_nav ul {
  /* overflow: hidden; */
}

.right_fix_nav ul li a {
  display: block;
  width: 100px;
  height: 50px;
  line-height: 50px;
  background-color: #4c4c4c;
  text-align: center;
  transition: all 0.3s;
  color: #fff;
  font-size: 14px;
}
.right_fix_nav ul li a:hover {
  background: #fff;
}
.right_fix_nav ul li a:hover {
  color: #4c4c4c;
}
.right_fix_nav ul li a.qqlink:hover{
  background: #00AEF3;
}
/*椤甸潰鍥哄畾鏃佽竟鍒嗕韩鎸夐挳鍒� end*/
/*page2*/
.pg2_logo {
  top: 44%;
  left: 47%;
  width: 130px;
  height: 130px;
  line-height: 130px;
}
/*page2 end*/
/*page4*/
#page4 .pg4_mt {
  margin: 120px auto 0 auto;
}
#page4 .classify{ 
  position: absolute;
  top:32%;
  left: 2rem;
  width: 3rem;
}
#page4 .classify li{
  float: left;
  font-size:0.2rem;
  width:0.2rem;
  color:#464444;
  word-break: break-all;
  text-align: center;
  margin-right: 0.25rem;
  transition: all .7s;
}
#page4 .classify li img{
  margin-top: 0.1rem;
  width:100%;
}
#page4 .spyx_txt{
  position: absolute;
  left: 6.5rem;
  top:15%;
  width:2.1rem;
  height: 80% ;
}
#page4 .spyx_txt img{
  width:100%;
  height: 100%;
}
#page4 .spyx_href{
  position: absolute;
  font-size:0.3rem;
  color:#424141;
  width:0.3rem;
  display: block;
  left: 9rem;
  top:73%;
  border-bottom: 1px solid #ffba00;
  text-align: center; 
  padding-bottom: 0.1rem;
}
#page6 .xszt_href{
  left: 3.5rem;
  top:27%!important;
  color:#cbcaca!important;
  position: absolute;
}
#page6 .xszt_desc{
  position: absolute;
  font-size: 0.18rem;
  line-height: 0.3rem;
  letter-spacing: 2px;
  color:#fffefe;
  right: 3.5rem;
  top: 13%;
  text-align: right;
}
#page6 .xszt_icon_box{
  width:100%;
  position: absolute;
  top:85%;
}
#page6 .xszt_icon_box .xszt_icon{
  width:75%;
  margin:0 auto;
  text-align: center;
}
#page6 .xszt_icon_box .xszt_icon .icon{
  width:10%;
  float: left;
  padding:0.1rem;
  transition: all .7s;
  opacity: 0;
  margin-top:30px;
}
#page6 .xszt_icon_box .xszt_icon .icon.active{
  opacity: 1;
  margin-top:0;
}
#page6 .xszt_icon_box .xszt_icon .icon .ic_img{
  height: 0.4rem;
}
#page6 .xszt_icon_box .xszt_icon .icon .ic_color{
  color:#afaeb1;
}
#page6 .xszt_icon_box .xszt_icon .icon .ic_img img{
  height: 100%;
}
#page6 .xszt_icon_box .xszt_icon .icon h5{
  font-size:0.16rem;
  color:#fff;
  margin-top:0.2rem;
}
.href{
  font-size:0.3rem;
  width:0.3rem;
  display: block;
  float: left;
  border-bottom: 1px solid #ffba00;
  text-align: center; 
  padding-bottom: 0.1rem;
}
/*page4  end*/
/* page6 */
.pg6_case {
  width: 14%;
  height: 50px;
  background: #fff;
  border-radius: 8px;
  margin: -120px auto 0;
  line-height: 50px;
  text-align: center;
  font-size: 18px;
}
/* page6 end */
/*page7*/
#page7 .work_box {
  width: 90%;
  margin: 0 auto;
}
#page7 .text-center ul {
  float: right;
  margin-right: 6%;
}
#page7 .text-center li {
  margin: 0 0.25rem;
  font-size: 0.14rem;
  float: left;
}
#page7 .text-center li:hover a {
  color: #dcb12e;
}
#page7 .text-center li a {
  transition: all 0.3s;
  cursor: pointer;
}
/*page7 end*/
/* page9 */
#page9 .news_more {
  cursor: pointer;
  font-size: 0.16rem;
  padding: 0.1rem 0.2rem 0.2rem 0;
  color: #606060;
  text-align: right;
  padding: 0.2rem;
}
#page9 .news_more:hover {
  color: #1AB6F3;
}
#page9 .pg9-list-box {
  width: 80%;
  margin: 0 auto;
  color: #000;
}
#page9 .news_desc {
  position: relative;
  font-size: 0.14rem;
  margin: 0 0.2rem;
  color: #606060;
  height: 0.4rem;
  overflow: hidden;
}
#page9 .news_desc:after {
  content: "...";
  position: absolute;
  width: 0.1rem;
  right: 0;
  bottom: 0;
  background-color: #fff;
  box-shadow: -5px 0 5px #fff;
}
#page9 .news_desc p {
  text-align: left!important;
  font-size: 0.14rem!important;
  font-weight: bold!important;
}
#page9 .news_desc span {
  text-align: left!important;
  font-size: 0.14rem!important;
  font-weight: bold!important;
}
#page9 .news_desc strong {
  text-align: left!important;
  font-size: 0.14rem!important;
  font-weight: bold!important;
}
#page9 .news_desc p span {
  text-align: left!important;
  font-size: 0.14rem!important;
  font-weight: bold!important;
}
#page9 .news_desc p strong {
  text-align: left!important;
  font-size: 0.14rem!important;
  font-weight: bold!important;
}
#page9 #page9-img-box {
  height: 5.4rem;
  overflow: hidden;
}
#page9 .page9-img {
  width: 31%;
  height: 5.2rem;
  float: left;
  border:1px solid #ccc;
  margin-right: 0.4rem;
}
#page9 .page9-img:last-child{
  margin-right: 0;
}
#page9 .page9-img .news-title {
  font-size: 0.18rem;
  padding-left: 0.2rem;
  padding-top: 0.15rem;
  color: #303030;
}
#page9 .page9-img .news-line {
  width: 93%;
  border-top: 1px solid #ccc;
  margin: 0.2rem auto;
}
/* page9 end */
/* page8 */
#page8 .pg-title{
  width:100%;
  text-align: center;
  position: absolute;
  top:1rem; 
}
#page8 .pg-title .ch{
  font-size:0.4rem;
  font-weight: bold;
  color:#404040;
  letter-spacing: 5px;  
}
#page8 .pg-title .en{
  font-size:0.18rem;
  color:#606060;
}
.lbt_box{
  width:80%;
  padding-top: 2rem;
}
.lbt_box .cart{
  width:100%;
  margin:0 auto;
  position: relative;
}
.lbt_box .cart .head{
  width:3rem;
  height: 3rem;
  position: absolute;
  left:0.8rem;
}
.lbt_box .cart .head img{
  width:100%;
  border-radius: 100%;
}
.lbt_box .cart .info {
  padding: 0.5rem 0.5rem 0.2rem 4.7rem;
}
.lbt_box .cart .info .name{
  font-size:0.35rem;
  color:#303030;
  display: inline-block;
  margin-right: 0.1rem;
}
.lbt_box .cart .info .zw{
  font-size:0.14rem;
  color:#606060;
  display: inline-block;
}
.lbt_box .cart .desc{
  width: 100%;
  height: 2.5rem;
  background-color: #f6f6f6;
  color:#606060;
  font-size:0.16rem;
  line-height: 0.35rem;
  padding:0.7rem 0.7rem 0.7rem 4.7rem;
}
.lbt_box .cart .desc p{
  height: 1rem;
  overflow: hidden;
}
.cart_list {
  width:80%;
  margin:0 auto;
  padding-top: 0.6rem;
}
.cart_list .swiper-slide{
  width:25%;
  text-align: center;
}
.cart_list .swiper-slide-thumb-active img{
  border-color: #999;
}
.cart_list img{
  width: 1rem;
  border-radius: 100%;
  box-sizing: border-box;
  border: 3px solid transparent;
}
.cart_list .name{
  font-size:0.16rem;
  color:#303030;
}
.cart_list .zw{
  font-size:0.14rem;
  color:#606060;
}
/* page8 end */

/*project-6 瀹剁數*/
.foot_line_box {
  position: relative;
  background: url("../images/separator.png") no-repeat;
  background-size: 100%;
}
.plan_hover {
  cursor: pointer;
  transition: all 0.3s;
}
.plan_hover:hover {
  background: #e2e4e4;
}
/*project-6 end*/
/*show-6 妗堜緥灞曠ず*/
.case_show_box {
  padding-bottom: 50px;
  width: 100%;
  height: auto;
  background: url("../images/case_bg.png");
}
/*show-6 end*/
/*works 浣滃搧妗堜緥灞曠ず*/
.flip {
  position: fixed;
  bottom: 70px;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background: rgba(170, 170, 170, 0.5);
  color: #fff;
  text-align: center;
  line-height: 50px;
  font-size: 18px;
  cursor: pointer;
  transition: all 0.5s;
  z-index: 10;
}
.flip .slide_box {
  position: absolute;
  top: 0;
  width: 0;
  height: 50px;
  line-height: 50px;
  border-radius: 50px;
  background: rgba(0, 0, 0, 0.3);
  color: #fff;
  padding-left: 0;
  font-size: 12px;
  overflow: hidden;
}
.flip_left {
  left: 100px;
}
.flip_right {
  right: 100px;
}
.slide_box_left {
  left: 0;
}
.slide_box_right {
  right: 0;
}
.flip_left:hover .slide_box {
  width: 130px;
  padding-left: 45px;
  transition: all 0.5s;
}
.flip_right:hover .slide_box {
  width: 130px;
  padding-right: 45px;
  transition: all 0.5s;
}
/*works end*/
/* news */
.news_list_box {
  max-width: 1170px;
  padding: 50px 0;
  overflow: hidden;
  margin: 0 auto;
}
.news_list_box .news_list {
  padding: 50px;
  border-bottom: 1px solid rgba(227, 227, 227, 0.61);
  overflow: hidden;
  cursor: pointer;
  transition: all 0.4s;
}
.news_list_box .news_list:last-child {
  border-bottom: none;
}
.news_list_box .news_list:hover .news_r_ar {
  color: #1ab6f4;
  margin-left: 50px;
  border-color: #1AB6F3;
}
.news_list_box .news_list:hover .title {
  color: #1ab6f4;
}
.news_list_box .news_list:hover {
  border-color: #1ab6f4;
}
.news_list_box .news_list .news_list_img {
  padding-left: 30px;
}
.news_list_box .news_list .news_list_img img {
  width: 100%;
}
.news_list_box .news_list .news_time {
  margin-bottom: 30px;
  color: #c5c5c5;
}
.news_list_box .news_list .news_r_ar {
  display: inline-block;
  width: 30px;
  height: 30px;
  line-height: 30px;
  border-radius: 3px;
  border: 1px solid #E6E6E6;
  color: #E6E6E6;
  text-align: center;
  transition: all 0.4s;
}
.news_list_box .news_list .title {
  font-size: 18px;
  color: #000;
  margin-bottom: 24px;
  transition: all 0.4s;
}
.news_list_box .news_list .desc {
  width: 100%;
  height: 90px;
  overflow: hidden;
  float: left;
  font-size: 14px;
  line-height: 30px;
}
.news_list_box .news_list .desc::after {
  content: "...";
  position: absolute;
  right: 0;
  bottom: 0;
  background-color: #fff;
  box-shadow: -5px 0 5px #fff;
}
.news_list_box .news_list .desc p {
  font-size: 14px!important;
  text-align: left!important;
  line-height: 30px;
  color: #A4A2A2;
  font-weight: normal!important;
  color: #A4A2A2 !important;
  font-family: '瀹嬩綋';
}
.news_list_box .news_list .desc span {
  font-size: 14px!important;
  text-align: left!important;
  font-weight: normal!important;
  color: #A4A2A2 !important;
  font-family: '瀹嬩綋';
}
.news_list_box .news_list .desc strong {
  font-size: 14px!important;
  text-align: left!important;
  font-weight: normal!important;
  color: #A4A2A2 !important;
  font-family: '瀹嬩綋';
}
.news_list_box .news_list .desc a {
  font-size: 14px!important;
  text-align: left!important;
  font-weight: normal!important;
  color: #A4A2A2 !important;
  font-family: '瀹嬩綋';
}
.news_list_box .news_list .desc p span {
  font-size: 14px!important;
  text-align: left!important;
  font-weight: normal!important;
  color: #A4A2A2 !important;
  font-family: '瀹嬩綋';
}
.news_list_box .news_list .desc p strong {
  font-size: 14px!important;
  text-align: left!important;
  font-weight: normal!important;
  color: #A4A2A2 !important;
  font-family: '瀹嬩綋';
}
.news_list_box .news_list .desc p a {
  font-size: 14px!important;
  text-align: left!important;
  font-weight: normal!important;
  color: #A4A2A2 !important;
  font-family: '瀹嬩綋';
}
/* 鏂伴椈璇︽儏椤� */
.newsDetail_box {
  max-width: 1170px;
  margin: 0 auto;
  padding:0 50px 50px 50px;
}
.newsDetail_box .newsDetail .sign {
  height: 60px;
  line-height: 60px;
  border-bottom: 1px #f1f1f1 solid;
}
.newsDetail_box .newsDetail .site {
  padding: 25px 0;
}
.newsDetail_box .newsDetail .site .site_index {
  color: #000;
  margin-right: 10px;
}
.newsDetail_box .newsDetail .site .site_cur {
  color: #1AB6F3;
  margin-left: 10px;
}
.newsDetail_box .newsDetail .ctn h2 {
  color: #1f1f1f;
  font-size: 20px;
  margin: 10px 0;
}
.newsDetail_box .newsDetail .ctn .time {
  color: #B1B1B1;
  font-size: 13px;
}
.newsDetail_box .newsDetail .ctn p {
  color: #000;
  font-size: 13px;
  line-height: 24px;
  margin: 40px 0;
}
.newsDetail_box .newsDetail .ctn p img {
  width: 100%;
  margin: 10px 0;
}
/* 鏂伴椈璇︽儏椤� end*/
/* news end */
/*鍔ㄧ敾宸﹀彸寮瑰姩鏁堟灉*/
@keyframes horizontal_move {
  0% {
    transform: translateX(-10px);
  }
  20% {
    transform: translateX(0px);
  }
  40% {
    transform: translateX(10px);
  }
  60% {
    transform: translateX(0px);
  }
  80% {
    transform: translateX(-10px);
  }
  100% {
    transform: translateX(0px);
  }
}
.shake_horizontal:hover {
  animation: horizontal_move 0.5s;
}
@keyframes vertical_move {
  0% {
    transform: translateY(-10px);
  }
  20% {
    transform: translateY(0px);
  }
  40% {
    transform: translateY(10px);
  }
  60% {
    transform: translateY(0px);
  }
  80% {
    transform: translateY(-10px);
  }
  100% {
    transform: translateY(0px);
  }
}
@keyframes rotate_circle{
 
  0%{-webkit-transform:rotate(0deg);}

  25%{-webkit-transform:rotate(90deg);}

  50%{-webkit-transform:rotate(180deg);}

  75%{-webkit-transform:rotate(270deg);}

  100%{-webkit-transform:rotate(360deg);}

}
.shake_vertical:hover {
  animation: vertical_move 0.5s;
}
.weixin {
  display: none;
  width: 100px;
  height: 100px;
  position: absolute;
  right: -100px;
  bottom: -100px;
  background: #fff url("/public/static/8mm/f2/images/wechat.jpg") no-repeat;
}
/*鍔ㄧ敾宸﹀彸寮瑰姩鏁堟灉 end*/

/* 鑱旂郴鎴戜滑 contact_us */
.show-6-banner{
  position: relative;
}
.lxwm_txt{
  position: absolute;
  left:2.2rem;
  top:43%;
}
.lxwm_txt .title{
  color:#fff;
  font-weight: bold;
}
.lxwm_txt .title_en{
  font-size:0.5rem;
} 
.lxwm_txt .title_ch{
  font-size:0.35rem;
}
.lxwm_txt .line{
  height: 3px;
  background-color: #fff;
  width:100px;
  margin:0.2rem 0;
}
.lxwm_map{
  width:80%;
  height: 7rem;
  margin:0 auto;
  padding-bottom: 1rem;
}

.lxwm_site{
  width:80%;
  margin:0.5rem auto 0 auto;
}
.lxwm_site .city{
  font-size:0.2rem;
  color:#000;
  font-weight: bold;
}
.lxwm_site .city a:hover{
  color:#ffca00;
}
.lxwm_site .line{
  width:2.5rem;
  height: 2px;
  background-color: #a6a6a6;
  margin:0.2rem 0;
}
.lxwm_site .loca{
  font-size:0.14rem;
  color:#303030;
  line-height: 0.3rem;
  padding-left:0.5rem;
  padding-right:0.2rem;
  background: url(../images/mark.png) 0 center no-repeat;
}
.lxwm_site .site{
  padding:0.5rem;
}
/* 鑱旂郴鎴戜滑 contact_us end*/

/* 涓夌淮鍔ㄧ敾 */
.sw_list{
  width:60%;
  margin:90px auto;
}
.sw_list ul{
  display: flex;
  justify-content: space-between;
}
.sw_list  li{
  padding-top:30px;
  width:21%;
  height: 140px;
  text-align: center;
  border:1px solid #909090;
  box-sizing: border-box;
  overflow: hidden;
  cursor: pointer;
}
.sw_list  li span{
  font-size:18px;
  color:#5f5f5f;
}
.sw_list  li .line{
  width:80px;
  height: 2px;
  background-color:#909090;
  margin:20px auto;
}
.sw_desc_box{
  width:100%;
}
.sw_desc{
  width:80%;
  margin:0 auto;
  overflow: hidden;
  padding:90px 0; 
}
.sw_desc_bg_f4{
  background-color:#f4f4f4;
}
.sw_desc .img{
  width:50%;
  float: left;
}
.sw_desc .img img{
  width:100%;
}
.sw_desc .txt{
  width:50%;
  float: left;
  position: relative;
}
.sw_desc .txt_r{
  padding:0.6rem 0.6rem 0 1.3rem;
}
.sw_desc .txt_l{
  padding:0.4rem 1.4rem 0 0.3rem;
}
.sw_desc .txt .title{
  font-size:0.45rem;
  font-weight: bold;
  color:#2f3030;
  margin-bottom: 0.3rem;
}
.sw_desc .txt .tag{
  font-size:0.27rem;
  color:#2f3030;
  margin-bottom: 0.5rem;
}
.sw_desc .txt p{
  font-size:0.24rem;
  color:#5f5f5f;
  line-height: 0.4rem;
}
.sw_desc .txt .more{
  width:100%;
  text-align: center;
  margin-top:0.5rem;
}
/* 涓夌淮鍔ㄧ敾 end */


/* 鍏充簬鎴戜滑 */
.intro-outer{
  width:80%;
  margin:50px auto;
  overflow: hidden;
}
.intro{
  width:100%;
  background: #ffca00;
  margin-top:50px;
  padding-bottom: 60px;
  position: relative;
}
.intro-img{
  float: left;
  margin:30px;
  margin-top:-50px;
}
.intro-title{
  font-size:35px;
  color:#000;
  font-weight: bold;
  position: absolute;
  right:0;
  top:-50px;
}
.intro-txt{
  padding:30px;
  font-size:14px;
  color:#fff;
  line-height: 35px;
  letter-spacing: 3px;
}
.award-outer{
width:100%;
background: #eceefd url(../images/award.jpg) no-repeat right;
overflow: hidden;
}
.award-txt{
width:35%;
padding:5%;
padding-left:10%;
color:#000;
float: left;
background: #ffca00;
}
.award-txt-title{
font-size:35px;
font-weight: bold;
margin-bottom: 20px;
}
.award-txt p{
line-height: 35px;
font-size:14px;
}

.team{
  width:100%;
  background: #f4f4f4;
  padding:5%;
}
.team-title{
font-size:35px;
color:#000;
font-weight: bold;
text-align: center;
}
.team-line{
  width:100px;
  height: 5px;
  background: #ffca00;
  margin:50px auto;
}
.team-list{
  overflow: hidden;
  width: 80%;
  margin:50px auto;
  background: #fff;
  padding:50px;
}
.team-list .img{
  float: left;
  width: 35%;
  margin-right: 5%;
}
.team-list .img img{
  width: 100%;
}
.team-list .txt{
  /* width:55%;
  float: left; */
  color: #000;
}
.team-list .name{
  margin-bottom: 10px;
  font-size:30px;
}
.team-list .pos{
  font-size:14px;
}
.team-list-line{
width:50px;
height: 2px;
background: #ffca00;
margin:30px 0;
margin-left: 40%;
}
.team-list .desc p{
    font-size:14px;
    line-height: 35px;
}
/* 鍏充簬鎴戜滑 :end */

@media screen and (max-width: 1700px) {
  .pg2_logo {
    width: 110px;
    height: 110px;
    line-height: 110px;
    left: 47%;
    top: 45%;
  }
}
@media screen and (max-width: 1500px) {
  .pg2_logo {
    width: 90px;
    height: 90px;
    line-height: 90px;
    left: 46.5%;
    top: 46%;
  }
}
@media screen and (max-width: 1440px) {
  /* page6 */
  .weiduduan {
    margin: 200px auto 0 auto!important;
  }
  /* page6 end */
  /* page8 */
  .ins-titbox .en-tit {
    font-size: 35px;
  }
  .cooper-fir-wrap .ins-titbox .cn-tit {
    font-size: 20px;
    padding-top: 0;
  }
  .ins-titbox {
    padding-top: 90px;
  }
  .team-swiper-container {
    width: 90%;
    margin: 0 auto;
  }
  /* page8 end */

}
@media screen and (max-width: 1500px) {
  #page7 .text-center li{
    font-size:12px;
  }
  /* 涓夌淮鍔ㄧ敾 */
  .sw_list{
    width:80%;
  }
}
@media screen and (max-width: 1400px) {


  /* page5 */
  .page-5 {
    font-size: 50px;
    padding-top: 45%;
  }
  .page-5-1 {
    font-size: 30px;
  }
  .page-5-2 {
    font-size: 18px;
    padding-top: 35%;
  }
  .read {
    font-size: 18px;
  }
  .page-5-3 {
    margin-top: 30%;
  }
  /* page5 end */

  /* contact us */
  .lxwm_site{
    margin:0.5rem auto 0 auto;
  }
  .lxwm_site .city{
    font-size:16px;
  }
  .lxwm_site .line{
    margin:18px 0;
  }
  .lxwm_site .loca{
    font-size:12px;
    line-height: 25px;
    padding-left:40px;
    padding-right:15px;
  }
  .lxwm_site .site{
    padding:40px;
  }
  /* contact us end*/
}
@media screen and (max-width: 1366px) {
  /* page6 */
  .weiduduan {
    margin: 100px auto 0 auto!important;
  }
  /* page6 end */
}
@media screen and (max-width: 1300px) {
  #iiframe {
    height: 1000px;
  }
  /* page1 */
  .pg1_txt img {
    width: 500px;
  }
  /* page1 end */
  /*page4*/
  .cp-text {
    font-size: 45px;
  }
  .product-6 {
    width: 120px;
    height: 120px;
    line-height: 120px;
  }
  .product-6-1-p {
    margin-top: 20px;
  }
  /*page4 end*/

  /*page8*/
  .ins-titbox {
    padding-top: 110px;
  }
  .ins-titbox .en-tit {
    font-size: 45px;
  }
  .ins-titbox .cn-tit {
    padding-top: 10px;
  }
  /*page8 end*/
  /* page9 */
  .right_fix_nav ul li a{
    width: 70px;
    height: 40px;
    line-height: 40px;
  }

  /*H5*/
  .pop_box .pop {
    margin: 5% auto;
    height: 500px;
  }
  /*H5 end*/
  /*灞曞巺showroom*/
  .showroom_banner {
    margin-top: -365px;
  }
  /*灞曞巺showroom end*/
  /* footer */
  .footer_banner {
    display: none;
  }
  .footer_img {
    display: none;
  }

}
@media screen and (max-width: 1200px) {
  #iiframe {
    height: 1000px;
  }
  /*page3*/
  #page2 .media_h1{
    font-size:14px;
  }
  #page2 .media_h1_1{
    left:45%;
    top:40%;
  }
  #page2 .media_h1_2{
    left:38.5%;
    top:57%;
  }
  #page2 .media_h1_3{
    left:54%;
    top:53%;
  }
  #page2 .media_h1_4{
    left:47%;
    top:70%;
  }

  /*page3* end/
	/*page4*/
  .product-6-1-p {
    margin-top: 0;
  }
  .product-6 {
    width: 120px;
    height: 120px;
    line-height: 120px;
  }
  /*page4 end*/
  /* page7 */
  #page7 .text-center li {
    margin: 0 0.15rem;
  }
  .my-text-cont .title {
    font-size: 16px;
  }
  .my-text-cont p{
    font-size:12px;
    line-height: 20px;
    height: 43px
  }
  .my-text-cont .line{
    margin:15px auto;
  }
  /* page8 */
  .lbt_box{
    padding-top: 1rem;
  }
  
  /* 鍙充晶鍥哄畾鎸夐挳 */
  .online_open a{
    width:30px;
    height: 30px;
    line-height: 30px;
    font-size:14px;
  }

  /* contact us */
  .lxwm_map{
    width:85%;
  }
  .lxwm_site{
    width:90%;
  }

  /* 涓夌淮鍔ㄧ敾 */
  .sw_list li span{
    font-size:16px;
  }

  /* footer */
  #mcontact .content #contactform p{
    width:100%;
  }
  #indexPage #mcontact #contactinfo img {
    float: none;
    margin: 1% 0;
  }
  #indexPage #mcontact #contactinfo .sign {
    width: 100%;
    margin: 10px 0;
  }
  /* footer end */
}
@media screen and (max-width: 1024px) {
  .team-swiper-container {
    width: 85%;
  }
}
/*page5*/
@media screen and (max-width: 992px) {
  /*bg1*/
  .pg1_txt img {
    width: 500px;
  }
  /*bg1 end*/

  /* page4 */
  #page4 .pg4_mt {
    margin: 40px auto 0 auto;
  }
  /* page4 end */
  #page5 .texe-center {
    padding-left: 50px;
  }
}
@media screen and (max-width: 900px) {
  .bg-7-menu {
    display: block!important;
  }
  .bg-7-nav {
    z-index: 2;
    width: 100%;
    position: absolute;
    top: 10%;
  }
  #page7 .text-center ul {
    margin-right: 6vw;
    border: 1px solid #ccc;
    background-color: #fff;
  } 
  #page7 .text-center li {
    margin: 0 0.15rem;
    float: none;
    background: #fff;
    height: 5vh;
    border-bottom: 1px solid #ccc;
    line-height: 5vh;
    width: 8vw;
    transition: all 0.3s;
  }
  #page7 .text-center li:hover {
    border-bottom: 1px solid #1589b6;
  }
  #page7 .text-center li:last-child {
    border-bottom: none;
  }
}

@media screen and (max-height:900px){
  /* footer */
  .footer_banner {
    display: none;
  }
}
@media screen and (max-height: 800px) {
  /* 鍙充晶鍥哄畾瀵艰埅 */
  .right_fix_nav{
    top:15%;
  }
  .online_open{
    bottom: 1%;
  }
  /* 涓婚〉浣滃搧妗堜緥 */
  .head-style{
    margin:2vh 0;
  }
}
@media screen and (max-height:760px){
  /*page3*/
  .picture-1 {
    margin-top: 0;
  }
  /*page3 end*/
}
@media screen and (max-height: 700px) {
  /* page8 */
  .ins-titbox {
    padding-top: 80px;
  }
  .team-swiper-container {
    padding-top: 10px;
  }
}
@media screen and (max-height: 650px) {
  /* page3 */
  .know_us_box{
    padding:0.3rem 0;
  }
  /* page4 */
  .product-6-1-p {
    font-size: 16px;
  }
  /* page4 end */
  /* page5 */
  .page-5 {
    padding-top: 30%;
  }
  .page-5-2 {
    padding-top: 25%;
  }
  .page-5-3 {
    margin-top: 30%;
  }
  /* page5 end */
  /* page6 */
  .cp-text5 {
    font-size: 50px;
    padding-top: 65px;
  }
  .weiduduan {
    margin: 50px auto 0 auto!important;
  }
  /* page6 end */
  /* page9 */
  .page-9-title{
    padding:0.5rem 0 0.5rem 0;
  }

  #contactform p textarea.inputtxt {
    width: 100%!important;
  }
  #mcontact .content #contactform p.text {
    width: 70%;
  }
  /* footer */
  #indexPage #mcontact .content #contactlist{
    padding-top: 35px;
  }
}
@media screen and (max-height: 600px) {
  /* left_nav */
  .right_fix_nav ul li a{
    width:70px;
    height: 35px;
    line-height: 35px;
    font-size:12px;
  }
 
  /* page4 */
  #page4 .pg4_mt {
    margin: 60px auto 0 auto;
  }
  /* page5 */
  .page-5-3 {
    margin-top: 10%;
  }
  /* page8 */
  .lbt_box{
    padding-top:1rem;
  }
  /* 涓婚〉浣滃搧妗堜緥 */
  .head-style{
    margin:0;
  }
  /* footer */
  .wxgzh{
    float: left;
  }
}
@media screen and (max-height: 590px) {
  /* left_nav */
  .right_fix_nav{
    top:12%;
  }
}
@media screen and (max-height: 550px) {
  .pg6_case {
    width: 10%;
    height: 35px;
    line-height: 35px;
    font-size: 14px;
  }
  /* page4 */
  #page4 .pg4_mt {
    margin: 20px auto 0 auto;
  }
  /* footer */
  .sign {
    float: left;
    width: auto!important;
  }
  .info {
    float: left;
  }
}
@media screen and (max-width: 768px) {

  /* page5 */
  .page-5 {
    padding-top: 100px;
  }
  .page-5-1 {
    padding-top: 10px;
  }
  .page-5-2 {
    padding-top: 40px;
  }
  .page-5-3 {
    margin-top: 50px;
  }
  /* page5 end */
  .wap-img{
    display: block;
  }
}
@media screen and (max-width: 650px) {
  #mcontact .content #contactform p {
    width: 100%!important;
  }
  #contactform p .inputsub {
    top: 0!important;
    left: unset!important;
  }
}
</pre></body></html>